[main] Source code updates from dotnet/dotnet#14536
Conversation
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26258.110 -> 11.0.0-beta.26261.101) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.5.26258.110 -> 11.0.0-preview.5.26261.101) [[ commit created by automation ]]
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run dotnet-winforms CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26261.101 -> 11.0.0-beta.26263.112) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.5.26261.101 -> 11.0.0-preview.5.26263.112) [[ commit created by automation ]]
7a3b7a2
|
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
… 4.x package coming from the latest arcade codeflow changes.
…s://github.com/dotnet/winforms into darc-main-e51938bd-f081-4a0e-bc85-61ee6ffb1f19
|
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
2 similar comments
|
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
…ET Core Two issues caused 3 DesignerAttributeTests to fail with 'No data found': 1. Assembly.Load for .NET Framework names like 'System.Drawing' and 'System.Design' resolves to facade assemblies on .NET Core that contain only TypeForwardedTo entries but no actual types. Fix: add ResolveAssembly helper that maps known assembly names to real implementation assemblies via type anchors (typeof(Control), typeof(Image), typeof(ControlDesigner)). 2. xUnit v3 non-serializable data handling: when the first [MemberData] source yields zero items and the data is not xUnit-serializable, xUnit reports 'No data found' without enumerating subsequent sources. Fix: reorder [MemberData] attributes so SystemWindowsForms (which always has data) comes before SystemDrawing/SystemDesign (which may be empty). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Note
This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Microsoft Reviewers: Open in CodeFlow
Associated changes in source repos
Diff the source with this PR branch